<!DOCTYPE html>
					<html>
					<head>
					<meta charset="utf-8">
					<title>操作提示</title>
					</head>
					<style>
					*{margin: 0 auto;padding: 0;font-family:'微软雅黑'}
					.tranjump{/*background: url(/apptemp/wfadmin/page//images/tac.jpg) no-repeat;*/background-color:#fff;width: 100%;height: 100%;}
					.rectangle_box{position: absolute;left: 50%;right: 50%;top: 50%;bottom: 50%;margin-left: -289.5px;margin-top: -177px;}
					.borderopely{width: 563px;height: 238px;border: 8px solid rgba(255,255,255,0.6);}
					.tipbox{width: 563px;height: 238px;background: white;text-align: center;}
					.welcople{color: #666666;font-size: 16px;padding-top: 48px;}
					.welcople .litps{background: url({/apptemp/admin/page/images/socp.png) no-repeat;width: 31px;height: 31px;display: inline-block;vertical-align: text-bottom;}
					.welcople .modifysu{background: url(/apptemp/wfadmin/page/images/socp2.png) no-repeat;width: 34px;height: 37px;}
					.welcople .modifyfail{background: url(/apptemp/wfadmin/page/images/socp3.png) no-repeat;width: 24px;height: 28px;}
					.ma-to-30{margin-top: 30px;}
					.ma-to-20{margin-top: 20px;text-align:center;line-height:180%;font-weight:normal;color:gray;font-size:18px;}
					.ma-to-10{margin-top: 10px;}
					.cloblu{color: #3c8dbc;font-size: 16px;}
					.waittim{color: #666666;font-size: 16px;margin-left: 10px;}
					.ht-colblue{color: #3c8dbc;}
					a{text-decoration: none;}
					.waittim em{color: #3c8dbc;}
					em{font-style: normal;}
					.recigle{width: 379px;text-align: center;margin-top: 10px;}
					.recigle p{color: #333333;font-size: 16px;line-height: 20px;}
					.recigle .copyright{color: #3c8dbc;}
						</style>
					<body class="tranjump">
					<div class="rectangle_box">
					<div class="borderopely">
					<div class="tipbox" style="">
					<div class="welcople">
					<i class="litps modifyfail"></i><span style="font-size:28px; font-weight:bold;color:#999;">温馨提示</span> </div>
					<div class="ma-to-20">
						错误信息：<font color=gray>模块代码调用错误，错误码：001</font><br><font color="#aaa" size=4>如有疑问，请与系统管理员联系！</font>
					</div>
					<div class="ma-to-20" style="display:none;">
					<span class="cloblu">页面自动跳转中...</span>
					<span class="waittim"><a id="href" href="http://www.miracle-cn.com/apptemp/apps/default/static/base.css" style="color: #666666">等待时间：<em id="wait">5</em></a></span>
					</div>
					 <div class="ma-to-20"></div>
					</div>
					</div>
					
					</div>
					<script type="text/javascript">
							/*(function(){
								var wait = document.getElementById('wait'),href = document.getElementById('href').href;
								var interval = setInterval(function(){
									var time = --wait.innerHTML;
									if(time <= 0) {
										location.href = href;
										clearInterval(interval);
									};
								}, 1000);
								})();*/
							</script>
					</body>
					</html>